Newer
Older
Import / applications / RocketMan / Source Code / Entity.h
@John John on 29 Dec 2020 284 bytes bulk import from macbookpro checkouts
/*
 *  Entity.h
 *  iphone-gl-app
 *
 *  Created by John Ryland on 14/06/09.
 *  Copyright 2009 InvertedLogic. All rights reserved.
 *
 */

#ifndef ENTITY_H
#define ENTITY_H


class Entity {
public:

	// sprites
	// textures
	// sounds
	// actions
	// events

};


#endif // ENTITY_H